XXX.github.io
XXX
就是你的名字,像我的名字是jackey10055206
jckey10055206.github.io
git clone
的方式,把整個repo給複製下來如果不想用git clone,也可以使用設定remote的方式哦!
index.html
,內容差不多可以是.....<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Github Personal Page</title>
</head>
<body>
<h1>This is my personal Page</h1>
</body>
</html>
git add
,git commit
之後,就可以把檔案給git push
上去囉!$ git add .
$ git commit -m "base index"
[master (root-commit) 18875fc] base index
1 file changed, 10 insertions(+)
create mode 100644 index.html
$ git push
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 334 bytes | 334.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/jackey10055206/jackey10055206.github.io.git
* [new branch] master -> master
可能要等一下,因為它有時候,需要loading很久
有時間再來....說說關於Hexo是個甚麼東西吧XD